home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / decorating_phebes_room.swf / scripts / DefineButton2_216 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-26  |  197b  |  12 lines

  1. on(release){
  2.    if(btn_cartoon._currentframe < btn_cartoon._totalframes)
  3.    {
  4.       btn_cartoon.nextFrame();
  5.    }
  6.    else
  7.    {
  8.       btn_cartoon.gotoAndStop(1);
  9.    }
  10.    initButtons();
  11. }
  12.